### Safe
id=xx
name=Safe
group=building
icon=gfx\Safe.bmp
model=gfx\Safe.b3d
health=10000
scale=1
mat=metal
script=start
	on:use {
		exchange "self";
	}
	on:build_finish {
		event "storagebuild",0,0;
	}
script=end
maxweight=50000
description=start
You can store items inside this storage.
description=end